Skip to content
Back to search
30
MCP

PostgreSQL with GitHub OAuth

pulsemcp/postgresql with github oauth

Provides secure PostgreSQL database access with GitHub OAuth authentication, enabling read-only operations for all authenticated users while restricting write operations to allowlisted GitHub usernames through role-based access control.

Uptime
0.0%
1 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

PostgreSQL
Provides type-safe PostgreSQL database integration for user data management through robust CRUD operations with TypeScript and Prisma, enabl
0 tools
PostgreSQL Secure
Security-hardened read-only PostgreSQL MCP server with AST-based SQL guard using pglast, per-transaction safety envelope, and JSON-Lines aud
0 tools
PyGithub
Integrates with GitHub's API through PyGithub to enable repository management, issue tracking, and pull request operations with automatic au
0 tools
GitHub Integration Hub
Provides GitHub OAuth authentication and API access through REST endpoints, CLI tools, and MCP server capabilities with SQLite-based token s
0 tools
io.github.timescale/pg-aiguide
Comprehensive PostgreSQL documentation and best practices, including ecosystem tools
0 tools · streamable-http
Secure GitHub Ops
GitHub automation server with approval gate pattern requiring explicit admin approval for all write operations.
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "postgresql_with_github_oauth": {
      "url": "None",
      "transport": "http"
    }
  }
}